Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_SetOrientation

You can use the Q3Box_SetOrientation function to set the orientation of a box.

TQ3Status Q3Box_SetOrientation (
TQ3GeometryObject box, 
const TQ3Vector3D *orientation);
box
A box.
orientation
The desired orientation of the specified box.
DESCRIPTION
The Q3Box_SetOrientation function sets the orientation of the box specified by the box parameter to that specified in the orientation parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996